home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / servis / prepromote / prepromote.exe / {sys} / EclipseCabinet99.ocx / 1033 / FILE / HELPFILE / gehelp.css < prev    next >
Cascading Style Sheet File  |  1999-08-13  |  785b  |  40 lines

  1. BODY  {
  2.     background-image:      url(bitmaps/water.gif);
  3.     background-attachment: fixed;
  4.     background-position:   center center;
  5.     background-repeat:     no-repeat;
  6.     background-color:      white;
  7.     color:                 black;
  8.     }
  9.  
  10. P, table, OL, UL  {
  11.     font-size:        8pt;
  12.     font-family:      Verdana, Arial, Sans-Serif;
  13.     text-align:       justify;
  14.     }
  15.  
  16. PRE  {
  17.     font-size:        8pt;
  18.     color:            808080;
  19.     }
  20.  
  21. A  {
  22.     color:            blue;
  23.     }
  24.  
  25. A:hover  {
  26.     color:            orange;
  27.     }
  28.  
  29. .group  {
  30.     font-weight:      bold;
  31.     font-size:        10pt;
  32.     color:            000080;
  33.     }
  34.  
  35. .header  {
  36.     font-weight:      bold;
  37.     font-size:        18pt;
  38.     text-align:       left;
  39.     }
  40.